import type { ComponentProps } from './getBreakpointProps'; /** * @deprecated */ declare const _default: (props: Record<PropertyKey, unknown>, els: ComponentProps, propPrefix: string, classPrefix?: string) => string[]; export default _default;