export declare function useDeprecated36pxDefaultSizeProp<P extends Record<string, any> & {
    __next36pxDefaultSize?: boolean;
    __next40pxDefaultSize?: boolean;
}>(props: P, 
/** The component identifier in dot notation, e.g. `wp.components.ComponentName`. */
componentIdentifier: string): Omit<P, "__next40pxDefaultSize" | "__next36pxDefaultSize"> & {
    __next40pxDefaultSize: boolean | undefined;
};
//# sourceMappingURL=use-deprecated-props.d.ts.map