import './state-loader.scss'; export declare function setPrefix(p: string): void; export default function (): { restrict: string; scope: {}; link(scope: any, element: any, attrs: any): void; };