import { ComponentProps, PropDefinition } from '../types/Props';
export declare const getBreakpointProps: (prefix: string, breakpoints: readonly string[], definition: Readonly<PropDefinition>) => ComponentProps;
