import { StyleProps } from '../@declares';
export type ReadStyleSet<T = any> = {
    (p: T): T;
};
export declare const ReadStyleSet: ReadStyleSet;
export type GenerateHTMLProps = {
    <T = any>(p: T): T;
};
export declare const GenerateHTMLProps: GenerateHTMLProps;
export declare const ExtractStyles: {
    <T = StyleProps.BasicElement>(props: T): [StyleProps.States, T];
};
