type StyleProp = {
    name: string;
    properties: string[];
    system: string;
};
interface StylePropsTableProps {
    styleProps?: StyleProp[];
}
export declare const StylePropsTable: ({ styleProps }: StylePropsTableProps) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=StylePropsTable.d.ts.map